home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / applications / 725 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  3.4 KB

  1. Path: mail2news.demon.co.uk!g4wyc.demon.co.uk
  2. From: Steve Powell <Rock@g4wyc.demon.co.uk>
  3. Newsgroups: comp.sys.amiga.applications
  4. Subject: Re: RAD is chip mem only for me!
  5. Date: Tue, 16 Jan 96 02:32:58 GMT
  6. Organization: UK Private Internet Account
  7. Message-ID: <9601160232.AA001v6@g4wyc.demon.co.uk>
  8. References: <4d60oi$pem@acme.freenet.columbus.oh.us> <1825.6587T940T161@icon-stl.net>
  9. X-NNTP-Posting-Host: g4wyc.demon.co.uk
  10. X-NewsSoftware: GRn 2.1 19/2/94 (PostNews Fix 31/3/95 Martin Hunt)
  11. MIME-Version: 1.0
  12. Content-Type: text/plain; charset=iso-8859-1
  13. Content-Transfer-Encoding: 8bit
  14. X-Mail2News-Path: relay-4.mail.demon.net!post.demon.co.uk!g4wyc.demon.co.uk
  15.  
  16.  
  17. In article <1825.6587T940T161@icon-stl.net> wmaddock@icon-stl.net (William F. Maddock) writes:
  18. > On 12-Jan-96 21:03:30 sjkonowa@freenet.columbus.oh.us Scott Konowal wrote:
  19. > >First, make sur you are mounting RAD: from your mountlist. Next, check
  20. > >for an entry under RAD: in you mountlist like this:
  21. > >       BufMemType = <n>
  22. > ><n> is a number between 0-5.
  23. > >  0 or 1 = Any (chip or fast)
  24. > >  2 or 3 = CHIP
  25. > >  4 or 5 = FAST
  26. > Nope. Doesn't work.
  27.  
  28. Isn't this just the memory type used for the Buffers?
  29.  
  30. > >Obviously, if you want RAD: to use FAST ram, Change or add this line and
  31. > >set it to 4 or 5
  32.  
  33. See above
  34.  
  35. > Dave and I both have accellerators. I would guess that his as mine, fails to
  36. > mark the fast RAM as KICK RAM. If this is the case, and the board cannot be
  37. > reconfigured to set KICK RAM, then we're out of luck. The ramdrive.device only
  38. > uses memory marked as KICK RAM.
  39. > >Dave Jackson (dj@coventry.ac.uk) wrote:
  40. > >: Does anyone know why this is?  Is it not possible to have a RAD disk in
  41. > >: fast RAM.  I've mucked about with the mountlist entry for it, but no joy.
  42. > >: My system is:
  43. > >: A1200
  44. > >: 80 meg HD
  45. > >: 5 meg fast (2 meg chip)
  46. > >: Blizzard 2 40MHz '030 + 40MHz '882
  47. > >: + other non relevant h/w (or is it!?)
  48. > >: Can someone post (or email me) their RAD: mountlist entry so I can check
  49. > >: it?
  50.  
  51. Consider it done!
  52.  
  53. /* $VER: RAD 40.1 (31.8.93)
  54.  *
  55.  * Recoverable RAM disk mount entry
  56.  *
  57.  * You can create different simultaneous recoverable RAM disks by creating
  58.  * versions of this file with different Unit values.
  59.  *
  60.  * The size of a recoverable RAM disk is controlled by the value of the
  61.  * HighCyl line. Increasing this value by 1 consumes an additional 11K of
  62.  * RAM. So the default value of 79 consumes around 880K of memory.
  63.  */
  64.  
  65. Device              = ramdrive.device
  66. Unit                = 0
  67. Flags               = 0
  68. Surfaces            = 2
  69. SectorsPerTrack     = 11
  70. SectorSize          = 512
  71. Reserved            = 2
  72. Interleave          = 0
  73. Buffers             = 5
  74. BufMemType          = 5
  75. LowCyl              = 0
  76. HighCyl             = 79
  77. DosType                  = 0x444F5303
  78. Activate               = 1
  79.  
  80. /* The LowCyl and HighCyl fields are controlled by tooltypes in the RAD icon.
  81.  *
  82.  * LowCyl    = 0
  83.  * HighCyl    = 79
  84.  */
  85. Or rather their not (LowCyl, HighCyl), maybe 'cos I'm using KS 3.0?
  86. Dostype sets it to FFS International
  87. Activate = 1 sets device so Icon appears before being used (as other disks?).
  88.  
  89. Hope this is usefull.
  90.  
  91. -- 
  92.         /// A M   M I GGGGG A      Steve Powell           G4WYC
  93.        /// AA MM|MM I G     AA     Bracknell, UK.         IO91pj
  94.  \\\  /// A A M M M I G GGG A A
  95.   \\ /// AAAA M   M I G   G AAAA   Rock@g4wyc.demon.co.uk
  96.    \/// A   A M   M I GGGGG A   A  Demon Internet, Amiga A4000/040 & AmiTCP3
  97.  
  98.